home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_37802.txt < prev    next >
Text File  |  1990-08-14  |  920b  |  49 lines

  1. -- card: 37802 from stack: in
  2. -- bmap block id: 38622
  3. -- flags: 4000
  4. -- background id: 25390
  5. -- name: Grades…
  6. ----- HyperTalk script -----
  7. on returnKey
  8.   flashButton "OK"
  9.   doMenu first
  10. end returnKey
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=143 top=239 right=257 bottom=241
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: OK
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   doMenu first
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 2000
  35. -- rect: left=285 top=239 right=257 bottom=383
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Cancel
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   doMenu first
  47. end mouseUp
  48.  
  49.